home *** CD-ROM | disk | FTP | other *** search
/ Game Head 10 / Game Head 10.iso / DOS / EMPIRE2 / SDRIVER / AILDRVR.LST < prev    next >
Encoding:
File List  |  1995-07-05  |  15.9 KB  |  623 lines

  1. ;████████████████████████████████████████████████████████████████████████████
  2. ;██                                                                        ██
  3. ;██  Miles Design Audio Interface Library                                  ██
  4. ;██                                                                        ██
  5. ;██  Sound driver installation message file                                ██
  6. ;██                                                                        ██
  7. ;██  Default selection criteria/examples:                                  ██
  8. ;██                                                                        ██
  9. ;██    .E BLASTER ........ Environment var 'BLASTER' must be present       ██
  10. ;██    .C MVSOUND ........ CONFIG.SYS must contain 'MVSOUND' string        ██
  11. ;██    .A AWEUTIL ........ AUTOEXEC.BAT must contain 'AWEUTIL' string      ██
  12. ;██                                                                        ██
  13. ;██    .NE BLASTER ....... Environment var 'BLASTER' must NOT be present   ██
  14. ;██    .NC MVSOUND ....... CONFIG.SYS must NOT contain 'MVSOUND' string    ██
  15. ;██    .NA AWEUTIL ....... AUTOEXEC.BAT must NOT contain 'AWEUTIL' string  ██
  16. ;██    .ND  .............. Entry cannot be selected as default             ██
  17. ;██                                                                        ██
  18. ;██    .T1  .............. Optional BLASTER Tn, if present, must be 1|3    ██
  19. ;██    .T2  .............. Mandatory BLASTER Tn must be 2|4|5              ██
  20. ;██    .T3  .............. Mandatory BLASTER Tn must be >=6                ██
  21. ;██                                                                        ██
  22. ;██  I/O default derivation:                                               ██
  23. ;██                                                                        ██
  24. ;██    .IOB .............. Derive I/O defaults from BLASTER variable       ██
  25. ;██    .IOD .............. I/O defaults = first driver default entry       ██
  26. ;██    .ION .............. Do not allow manual I/O configuration at all    ██
  27. ;██                                                                        ██
  28. ;██    .IOA .............. Use I/O address only (must appear at end)       ██
  29. ;██    .IOL .............. Suppress high-DMA prompt (must appear at end)   ██
  30. ;██                                                                        ██
  31. ;████████████████████████████████████████████████████████████████████████████
  32.  
  33. [sblaster.dig]
  34.  
  35. ;
  36. ;Selected by default if BLASTER variable is of type T1 or T3 (or no T
  37. ;specifier), and no other "clone" variable exists (ULTRASND, MVSOUND, etc.)
  38. ;
  39. ;Default I/O parms from BLASTER
  40. ;
  41.  
  42. .E BLASTER
  43. .T1
  44. .NE ULTRASND
  45. .NE SNDSCAPE
  46. .NC MVSOUND.SYS
  47. .IOB
  48. .IOL
  49.  
  50. .SPECIAL_TEXT
  51. Select this driver for use with your Sound Blaster, Sound Galaxy,
  52. Thunderboard, or Pro Audio Spectrum adapter.  Other sound cards which
  53. are not supported directly may also work with this driver, as long as
  54. they provide hardware-based Sound Blaster compatibility without emulation
  55. drivers or TSRs.
  56. .END_SPECIAL_TEXT
  57.  
  58. ;████████████████████████████████████████████████████████████████████████████
  59.  
  60. [sbpro.dig]
  61.  
  62. ;
  63. ;Selected by default if BLASTER variable is of type T2, T4, or T5
  64. ;and no other "clone" variable exists
  65. ;
  66. ;Default I/O parms from BLASTER
  67. ;
  68.  
  69. .E BLASTER
  70. .T2
  71. .NE ULTRASND
  72. .NE SNDSCAPE
  73. .NC MVSOUND.SYS
  74. .IOB
  75. .IOL
  76.  
  77. .SPECIAL_TEXT
  78. This driver supports all versions of the Sound Blaster Pro and
  79. 100%%-compatible adapters.  Not recommended for use with the Sound
  80. Blaster 16 or AWE32.
  81. .END_SPECIAL_TEXT
  82.  
  83. ;████████████████████████████████████████████████████████████████████████████
  84.  
  85. [sb16.dig]
  86.  
  87. ;
  88. ;Selected by default if BLASTER variable is of type T6
  89. ;
  90. ;Default I/O parms from BLASTER (I/O address only)
  91. ;
  92.  
  93. .E BLASTER
  94. .T3
  95. .NE ULTRASND
  96. .NE SNDSCAPE
  97. .NC MVSOUND.SYS
  98. .IOB
  99. .IOA
  100.  
  101. .SPECIAL_TEXT
  102. For high-quality digital audio with your Sound Blaster 16 or AWE32
  103. adapter, select this driver.
  104. .END_SPECIAL_TEXT
  105.  
  106. ;████████████████████████████████████████████████████████████████████████████
  107.  
  108. [rap10.dig]
  109.  
  110. ;
  111. ;Never selected by default
  112. ;
  113. ;Default I/O parms from driver
  114. ;
  115.  
  116. .ND
  117. .IOD
  118.  
  119. .HIGH_DMA_PAIRS
  120.  
  121. .SPECIAL_TEXT
  122. WARNING: During auto-detection of the Roland RAP-10 card, the driver
  123. verifies that the RAP-10 is present at an I/O address of 320H or 330H.
  124. It will NOT verify the card's DMA channel or IRQ settings.  If your
  125. RAP-10 card is not configured for IRQ 9, or if DMA channels 5 and 6
  126. are already in use by another card on your system, you MUST select the
  127. "Setup" option to configure the driver manually, and enter the correct
  128. I/O settings for your card.  Otherwise, your system may lock up, or
  129. you may experience a rapid 'chatter' effect during sound playback.
  130. .END_SPECIAL_TEXT
  131.  
  132. ;████████████████████████████████████████████████████████████████████████████
  133.  
  134. [proaudio.dig]
  135.  
  136. ;
  137. ;Selected by default if CONFIG.SYS contains MVSOUND string
  138. ;
  139. ;No configuration allowed
  140. ;
  141.  
  142. .C MVSOUND.SYS
  143. .ION
  144.  
  145. .SPECIAL_TEXT
  146. Stereo digital audio with all versions of the Media Vision Pro Audio
  147. Spectrum is available through the use of this driver.  If you experience
  148. problems, you should select the Sound Blaster-compatible driver instead.
  149. The Media Vision utility MVSOUND.SYS must be loaded into memory, or
  150. your card will not be detected.
  151. .END_SPECIAL_TEXT
  152.  
  153. ;████████████████████████████████████████████████████████████████████████████
  154.  
  155. [ultra.dig]
  156.  
  157. ;
  158. ;Selected by default if environment contains ULTRASND variable
  159. ;
  160. ;Default I/O parms from driver
  161. ;
  162.  
  163. .E ULTRASND
  164. .IOD
  165.  
  166. .SPECIAL_TEXT
  167. When using this driver, ensure that no Gravis utilities such as SBOS,
  168. UltraMID, or Mega-Em are active.  Your UltraSound system software
  169. should be version 2.0 or later.
  170. .END_SPECIAL_TEXT
  171.  
  172. ;████████████████████████████████████████████████████████████████████████████
  173.  
  174. [jammer.dig]
  175.  
  176. ;
  177. ;Never selected by default
  178. ;
  179. ;Default I/O parms from driver
  180. ;
  181.  
  182. .ND
  183. .IOD
  184.  
  185. .NAME
  186. New Media Corporation WaveJammer(TM) Digital Audio
  187.  
  188. .SPECIAL_TEXT
  189. The WaveJammer card from New Media Corporation provides high-quality
  190. portable audio for PCMCIA-based computers.  Select the Ad Lib(R) Music
  191. Synthesizer Card driver for FM music performance with the WaveJammer.
  192. .END_SPECIAL_TEXT
  193.  
  194. ;████████████████████████████████████████████████████████████████████████████
  195.  
  196. [sndscape.dig]
  197.  
  198. ;
  199. ;Selected by default if environment contains SNDSCAPE variable
  200. ;
  201. ;Default I/O parms from driver
  202. ;
  203.  
  204. .E SNDSCAPE
  205. .IOD
  206.  
  207. .NAME
  208. Ensoniq SoundScape(TM) Digital Audio
  209.  
  210. .SPECIAL_TEXT
  211. Select this driver if you have an Ensoniq SoundScape(TM) or compatible
  212. audio card.
  213. .END_SPECIAL_TEXT
  214.  
  215. ;████████████████████████████████████████████████████████████████████████████
  216.  
  217. [sndsys.dig]
  218.  
  219. ;
  220. ;Never selected by default
  221. ;
  222. ;Default I/O parms from driver
  223. ;
  224.  
  225. .ND
  226. .IOD
  227.  
  228. .NAME
  229. Microsoft(R) Windows(TM) Sound System or 100% compatible
  230.  
  231. .SPECIAL_TEXT
  232. Select this driver if your card is compatible with the Microsoft Windows
  233. Sound System.
  234.  
  235. If DMA channel 1 is not available for use by the Windows Sound System
  236. board, you MUST select the "Setup" option to configure the driver manually
  237. to select another DMA channel.  If you are running Windows 95 or another
  238. Plug-n-Play system, you may need to check with the Device Manager to see
  239. what I/O address your Windows Sound System card is using.
  240. .END_SPECIAL_TEXT
  241.  
  242. ;████████████████████████████████████████████████████████████████████████████
  243.  
  244. [adrv688.dig]
  245.  
  246. ;
  247. ;Never selected by default
  248. ;
  249. ;Default I/O parms from driver
  250. ;
  251.  
  252. .ND
  253. .IOD
  254.  
  255. .NAME
  256. ESS Technology ES688 Digital Audio
  257.  
  258. .SPECIAL_TEXT
  259. This driver supports systems equipped with ESS Technology's ES688
  260. chipset.
  261. .END_SPECIAL_TEXT
  262.  
  263. ;████████████████████████████████████████████████████████████████████████████
  264.  
  265. [mpu401.mdi]
  266.  
  267. ;
  268. ;Never selected by default
  269. ;
  270. ;Default I/O parms from driver
  271. ;
  272.  
  273. .ND
  274. .IOD
  275.  
  276. .SPECIAL_TEXT
  277. Most General MIDI synthesizers support the Roland MPU-401 MIDI hardware
  278. interface standard.  These include the Roland Sound Canvas, RAP-10,
  279. and compatibles, as well as add-on daughterboards for the Sound Blaster
  280. 16 family.  MPU-401 devices generally offer the highest level of
  281. performance and sound quality available, but users of Adaptec SCSI
  282. controllers may wish to select the "Skip auto-detection and configure
  283. driver manually" option at the next menu to reduce the likelihood of
  284. MPU-401 detection problems.  If you have a Creative Labs AWE-32, you
  285. should select "Creative Labs AWE-32(TM) General MIDI" instead.
  286. .END_SPECIAL_TEXT
  287.  
  288. ;████████████████████████████████████████████████████████████████████████████
  289.  
  290. [sndscape.mdi]
  291.  
  292. ;
  293. ;Selected by default if environment contains SNDSCAPE variable
  294. ;
  295. ;Default I/O parms from driver
  296. ;
  297.  
  298. .E SNDSCAPE
  299. .IOD
  300.  
  301. .NAME
  302. Ensoniq SoundScape(TM) General MIDI
  303.  
  304. .SPECIAL_TEXT
  305. Select this driver if you have an Ensoniq SoundScape(TM) or compatible
  306. audio card.
  307. .END_SPECIAL_TEXT
  308.  
  309. ;████████████████████████████████████████████████████████████████████████████
  310.  
  311. [ultra.mdi]
  312.  
  313. ;
  314. ;Selected by default if environment contains ULTRASND variable
  315. ;
  316. ;Default I/O parms from driver
  317. ;
  318.  
  319. .E ULTRASND
  320. .IOD
  321.  
  322. .SPECIAL_TEXT
  323. When using this driver, ensure that no Gravis utilities such as SBOS,
  324. UltraMID, or Mega-Em are active.  Your UltraSound system software
  325. should be version 2.0 or later.
  326. .END_SPECIAL_TEXT
  327.  
  328. ;████████████████████████████████████████████████████████████████████████████
  329.  
  330. [sbawe32.mdi]
  331.  
  332. ;
  333. ;Selected by default if AUTOEXEC contains AWEUTIL string
  334. ;
  335. ;Default I/O parms from driver
  336. ;
  337.  
  338. .A AWEUTIL
  339. .IOD
  340.  
  341. .NAME
  342. Creative Labs AWE-32(TM) General MIDI
  343.  
  344. .SPECIAL_TEXT
  345. This driver offers wavetable-quality General MIDI music synthesis with the
  346. Creative Labs AWE-32 card.  The "Creative Labs Sound Blaster 16 or AWE32"
  347. driver should be selected for digital audio.
  348. .END_SPECIAL_TEXT
  349.  
  350. ;████████████████████████████████████████████████████████████████████████████
  351.  
  352. [sblaster.mdi]
  353.  
  354. ;
  355. ;Selected by default if BLASTER variable is of type T1 or T3 (or no T
  356. ;specifier), and no other "clone" variable exists (ULTRASND, MVSOUND, etc.)
  357. ;
  358. ;Default I/O parms from BLASTER (A only)
  359. ;
  360.  
  361. .E BLASTER
  362. .T1
  363. .NE ULTRASND
  364. .NE SNDSCAPE
  365. .NC MVSOUND.SYS
  366. .IOB
  367. .IOA
  368.  
  369. .SPECIAL_TEXT
  370. This driver can be used with any Sound Blaster-compatible FM music
  371. synthesizer card that does not rely on software TSRs for Sound
  372. Blaster FM compatibility.  Users of more sophisticated General
  373. MIDI-based cards should select the Sound Blaster driver only if
  374. problems occur with the card's General MIDI driver, as the older
  375. Sound Blaster OPL-2 chipset does not offer the superior sound
  376. quality available with more modern devices.
  377. .END_SPECIAL_TEXT
  378.  
  379. ;████████████████████████████████████████████████████████████████████████████
  380.  
  381. [sbpro2.mdi]
  382.  
  383. ;
  384. ;Selected by default if BLASTER variable is of type T6 or >, and AUTOEXEC does
  385. ;not contain AWEUTIL string
  386. ;
  387. ;Default I/O parms from BLASTER (A only)
  388. ;
  389.  
  390. .E BLASTER
  391. .T3
  392. .NE ULTRASND
  393. .NE SNDSCAPE
  394. .NC MVSOUND.SYS
  395. .NA AWEUTIL
  396. .IOB
  397. .IOA
  398.  
  399. .NAME
  400. Creative Labs Sound Blaster(TM) 16
  401.  
  402. .SPECIAL_TEXT
  403. This driver is designed for use with Sound Blaster 16 adapters which
  404. are not equipped with General MIDI daughterboards such as the Wave
  405. Blaster.
  406.  
  407. Although the AWE-32 can also be supported with the Sound Blaster 16
  408. driver, AWE-32 users should select the "Creative Labs AWE-32(TM)
  409. General MIDI" driver for optimum sound quality.
  410. .END_SPECIAL_TEXT
  411.  
  412. ;████████████████████████████████████████████████████████████████████████████
  413.  
  414. [sbpro2.mdi]
  415.  
  416. ;
  417. ;Selected by default if BLASTER variable is of type T2, T4, or T5,
  418. ;no other "clone" variable exists, and inp(388) == 0x00
  419. ;
  420. ;Default I/O parms from BLASTER (A only)
  421. ;
  422.  
  423. .E BLASTER
  424. .T2
  425. .NE ULTRASND
  426. .NE SNDSCAPE
  427. .NC MVSOUND.SYS
  428. .IOB
  429. .IOA
  430.  
  431. .SPECIAL_TEXT
  432. If your Sound Blaster Pro is a "current" model equipped with the Yamaha
  433. OPL-3 synthesizer, or if your music doesn't sound right with the other
  434. Sound Blaster Pro driver, you should select this option.
  435. .END_SPECIAL_TEXT
  436.  
  437. ;████████████████████████████████████████████████████████████████████████████
  438.  
  439. [sbpro1.mdi]
  440.  
  441. ;
  442. ;Selected by default if BLASTER variable is of type T2, T4, or T5,
  443. ;no other "clone" variable exists, and inp(388) == 0x06
  444. ;
  445. ;Default I/O parms from BLASTER (A only)
  446. ;
  447.  
  448. .E BLASTER
  449. .T2
  450. .NE ULTRASND
  451. .NE SNDSCAPE
  452. .NC MVSOUND.SYS
  453. .IOB
  454. .IOA
  455.  
  456. .SPECIAL_TEXT
  457. Users of early versions of the Sound Blaster Pro card can enjoy
  458. 18-voice, 2-operator FM stereo music by selecting this driver.
  459. However, most Sound Blaster Pro cards and their compatibles, including
  460. the Sound Blaster 16, use the more powerful OPL-3 chipset.  With these
  461. later cards, you should select the "Creative Labs Sound Blaster
  462. Pro(TM) (new version)" driver instead.
  463. .END_SPECIAL_TEXT
  464.  
  465. ;████████████████████████████████████████████████████████████████████████████
  466.  
  467. [pas.mdi]
  468.  
  469. ;
  470. ;Selected by default if MVSOUND exists in CONFIG.SYS, and inp(388) == 0x06
  471. ;
  472. ;No configuration allowed
  473. ;
  474.  
  475. .C MVSOUND.SYS
  476. .ION
  477.  
  478. .SPECIAL_TEXT
  479. Only users of the earliest Pro Audio Spectrum cards from Media Vision
  480. should select this driver.  The Media Vision utility MVSOUND.SYS
  481. must be loaded into memory, or your card will not be detected.
  482. .END_SPECIAL_TEXT
  483.  
  484. ;████████████████████████████████████████████████████████████████████████████
  485.  
  486. [pasplus.mdi]
  487.  
  488. ;
  489. ;Selected by default if MVSOUND exists in CONFIG.SYS, and inp(388) == 0x00
  490. ;
  491. ;No configuration allowed
  492. ;
  493.  
  494. .C MVSOUND.SYS
  495. .ION
  496.  
  497. .SPECIAL_TEXT
  498. Users of the Media Vision Pro Audio Spectrum Plus and Pro Audio Spectrum
  499. 16 cards should select this driver.  The Media Vision utility MVSOUND.SYS
  500. must be loaded into memory, or your card will not be detected.
  501. .END_SPECIAL_TEXT
  502.  
  503. ;████████████████████████████████████████████████████████████████████████████
  504.  
  505. [adlibg.mdi]
  506.  
  507. ;
  508. ;Selected by default if GOLD variable exists in AUTOEXEC.BAT
  509. ;
  510. ;Default I/O parms from driver
  511. ;
  512.  
  513. .E GOLD
  514. .IOD
  515.  
  516. .SPECIAL_TEXT
  517. This driver supports the Ad Lib Gold Music Synthesizer card in 4-operator
  518. FM mode.
  519. .END_SPECIAL_TEXT
  520.  
  521. ;████████████████████████████████████████████████████████████████████████████
  522.  
  523. [adlib.mdi]
  524.  
  525. ;
  526. ;Never selected by default
  527. ;
  528. ;No configuration -- always at $388
  529. ;
  530.  
  531. .ND
  532. .ION
  533.  
  534. .SPECIAL_TEXT
  535. This driver can be used with any Ad Lib-compatible FM music
  536. synthesizer card that does not rely on software TSRs for Ad Lib
  537. FM compatibility.  Users of more sophisticated General MIDI-based
  538. cards should select the Ad Lib driver only if problems occur with
  539. the card's General MIDI driver, as the older Ad Lib OPL-2 chipset
  540. does not offer the superior sound quality available with more modern
  541. devices.
  542. .END_SPECIAL_TEXT
  543.  
  544. ;████████████████████████████████████████████████████████████████████████████
  545.  
  546. [opl3.mdi]
  547.  
  548. ;
  549. ;Never selected by default
  550. ;
  551. ;No configuration -- always at $388
  552. ;
  553.  
  554. .ND
  555. .ION
  556.  
  557. .NAME
  558. ESS Technology ES688 FM Audio
  559.  
  560. .SPECIAL_TEXT
  561. This driver supports systems equipped with ESS Technology's ES688
  562. chipset.
  563. .END_SPECIAL_TEXT
  564.  
  565. ;████████████████████████████████████████████████████████████████████████████
  566.  
  567. [esfm.mdi]
  568.  
  569. ;
  570. ;Never selected by default
  571. ;
  572. ;Configuration from driver
  573. ;
  574.  
  575. .ND
  576. .IOD
  577.  
  578. .NAME
  579. ESS Technology ES1688, ES1788, ES1888 Enhanced FM Audio
  580.  
  581. .SPECIAL_TEXT
  582. This driver supports systems equipped with ESS Technology's ES1688,
  583. ES1788, or ES1888 chips.  Enhanced FM music performance is available with
  584. this driver.  If problems occur, select the 'ESS Technology ES688 FM
  585. Audio' driver instead.
  586. .END_SPECIAL_TEXT
  587.  
  588. ;████████████████████████████████████████████████████████████████████████████
  589.  
  590. [opl3.mdi]
  591.  
  592. ;
  593. ;Never selected by default
  594. ;
  595. ;No configuration -- always at $388
  596. ;
  597.  
  598. .ND
  599. .ION
  600.  
  601. .SPECIAL_TEXT
  602. This driver is for use with all Yamaha OPL-3 based FM music synthesizers,
  603. including those not supported by any other driver in the list.
  604. .END_SPECIAL_TEXT
  605.  
  606. ;████████████████████████████████████████████████████████████████████████████
  607.  
  608. [tandy.mdi]
  609.  
  610. ;
  611. ;Never selected by default
  612. ;
  613. ;No configuration allowed
  614. ;
  615.  
  616. .ND
  617. .ION
  618.  
  619. .SPECIAL_TEXT
  620. Tandy 1000-compatible 3-voice music support is available with this driver.
  621. .END_SPECIAL_TEXT
  622.  
  623.